Package ch.datatrans.payment.api

Types

DCCShowMode
Link copied to clipboard
enum DCCShowMode : Enum<DCCShowMode>
Mode to control when DCC is presented for saved card payments (alias/tokenized payments).
InitialLoader
Link copied to clipboard
interface InitialLoader
Callback invoked by the SDK when the custom initial loader must be dismissed.
Transaction
Link copied to clipboard
class Transaction(mobileToken: String)
Use this class to start a transaction with a mobileToken that has previously been initialized with a server-to-server init call.
TransactionListener
Link copied to clipboard
interface TransactionListener
Implement TransactionListener to be notified when a transaction ends.
TransactionOptions
Link copied to clipboard
class TransactionOptions
This class can be used to specify miscellaneous options related to the transaction.
TransactionRegistry
Link copied to clipboard
object TransactionRegistry
This object is the main class to start any operation with the SDK.
TransactionSuccess
Link copied to clipboard
class TransactionSuccess
This class includes the success message and other details of a transaction.